home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Florida / Atlas of Florida.iso / Movies / 1.0 Introduction / 1.0 Introduction / 00335_Script_335 < prev    next >
Text File  |  1994-08-23  |  529b  |  21 lines

  1. -- Florida Facts 2
  2.  
  3. global fromPicture
  4. setCursors "5,6,7,9,11,13,15,17,19,21"
  5.  
  6. if not(fromPicture) then
  7.   hideChannel 8
  8.   hideChannel 10
  9.   hideChannel 12
  10.   hideChannel 14
  11.   hideChannel 16
  12.   hideChannel 18
  13.   hideChannel 20
  14.   hideChannel 22
  15. else
  16.   set fromPicture to false
  17.   if the visibility of sprite 14 = true then setCursor 14
  18.   if the visibility of sprite 16 = true then setCursor 16
  19.   if the visibility of sprite 18 = true then setCursor 18
  20.   if the visibility of sprite 20 = true then setCursor 20
  21. end if